Skip to content

Reveal Breakable Tiles#154

Merged
biosp4rk merged 11 commits intoMetroidAdvRandomizerSystem:mainfrom
cluekitty:feat/reveal-hidden-tiles
Feb 23, 2025
Merged

Reveal Breakable Tiles#154
biosp4rk merged 11 commits intoMetroidAdvRandomizerSystem:mainfrom
cluekitty:feat/reveal-hidden-tiles

Conversation

@cluekitty
Copy link
Copy Markdown
Contributor

@cluekitty cluekitty commented Feb 9, 2025

Fixes #152 #162
Relates to:

TODO:

  • Find a deterministic place to put the reveal flag so the patcher can modify it
  • Fix Bomb Chains

@cluekitty cluekitty force-pushed the feat/reveal-hidden-tiles branch from 1a60152 to ab08f60 Compare February 9, 2025 08:41
@biosp4rk
Copy link
Copy Markdown
Contributor

biosp4rk commented Feb 9, 2025

You can put the reveal flag address immediately after RoomNamesAddr (looks like it uses 0x1C bytes, so the address can be 087FF08Ch)

cluekitty and others added 5 commits February 9, 2025 20:23
…d build errors.

The amount of data being added in room-name-display.s causes important functions to exceed their branch distance if loaded first, loading them last and allows autoregion to find sufficient space towards the end of the ROM.
@cluekitty cluekitty marked this pull request as ready for review February 22, 2025 21:12
Fix a bug caused by a janky hijack
@cluekitty cluekitty requested a review from biosp4rk February 22, 2025 23:27
@biosp4rk biosp4rk merged commit 8a42fa9 into MetroidAdvRandomizerSystem:main Feb 23, 2025
3 checks passed
@cluekitty cluekitty deleted the feat/reveal-hidden-tiles branch March 7, 2025 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add possibility to reveal breakable blocks in rooms

3 participants